Common Anti-Patterns to Avoid

Performance Anti-Patterns

The use of the following method calls are known to lead to slow querie:

ServiceManager.getImpedimentsForEntity(LogicalEntity inEntity);

 

Memory Anti-Patterns

 

Transaction Anti-Pattern